GetGridHighlightObjectsForTestResponse

data class GetGridHighlightObjectsForTestResponse(highlights: JsonElement)

Represents response frame that is returned from Overlay#getGridHighlightObjectsForTest operation call. For Persistent Grid testing.

See also

Constructors

GetGridHighlightObjectsForTestResponse
Link copied to clipboard
fun GetGridHighlightObjectsForTestResponse(highlights: JsonElement)

Properties

highlights
Link copied to clipboard
val highlights: JsonElement
Grid Highlight data for the node ids provided.

Sources

jvm source
Link copied to clipboard